libxl: Makes libxl be able to call Qemu upstream for XenPV guest.
authorAnthony PERARD <anthony.perard@citrix.com>
Mon, 13 Dec 2010 17:59:45 +0000 (17:59 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Mon, 13 Dec 2010 17:59:45 +0000 (17:59 +0000)
commit5f258c9e4372a2c19e3809ccc82906f1ca16451c
tree0d7ec7715277776d2adc16b8a4316ae75daf8c45
parent5b4d52decb7ca0758ae0e79b67548dd6adbbf2f0
libxl: Makes libxl be able to call Qemu upstream for XenPV guest.

In libxl_build_device_model_args_new:
  - Adds -xen-attach options to the list of arguments to Qemu.
  - Adds -vga xenfb options when vnc and sdl are not set.
  - Remove disk list from the command line for XenPV as they will be
    read from xenstore by Qemu.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
committer: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
---
 tools/libxl/libxl.c |   30 +++++++++++++++++++++---------
 1 files changed, 21 insertions(+), 9 deletions(-)
tools/libxl/libxl.c